home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 4
/
Mac Giga-ROM 4.0 - 1993.toast
/
FILES
/
DEV
/
I-Z
/
ResCopy.cpt
/
ResCopy XCMD
/
background_6338.txt
< prev
next >
Wrap
Text File
|
1989-02-02
|
1KB
|
60 lines
-- background: 6338 from stack: in
-- bmap block id: 6663
-- flags: 0000
-- background id: 0
-- name:
-- part 11 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=226 top=153 right=172 bottom=280
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseDown
push card
go to card "MenuDown"
global oneIsHighlighted
repeat until the mouse is "up"
put the mouseLoc into msLoc
put false into oneIsHighlighted
send "checkMe msLoc" to card button "rename"
send "checkMe msLoc" to card button "renumber"
if oneIsHighlighted is false then
put card field "title" into card field "window"
end if
end repeat
set the highlight of card button "rename" to false
set the highlight of card button "renumber" to false
put card field "title" into card field "window"
pop card
end mouseDown
-- part 14 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=472 top=21 right=47 bottom=501
-- title width / last selected line: 0
-- icon id / first selected line: 2162 / 2162
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
visual iris close
go to card id 5497
end mouseUp